Welcome![Sign In][Sign Up]
Location:
Search - binary to decimal

Search list

[Delphi VCLcalculator

Description: 用Delphi写的计算器程序,能实现十进制到二进制的转换和二进制到八进制的转化。核心代码都有详尽的注释。适合初学者学习Delphi基本组件时使用。-Calculator written using Delphi procedures to achieve the conversion of decimal to binary and binary to octal conversion. Lines of code for each of the Notes are detailed. Suitable for beginners to learn the basic components used in Delphi.
Platform: | Size: 184320 | Author: 王家驹 | Hits:

[Windows Develop2chang10

Description: 输入一个二进制数,将二进制数转化为十进制数-Into a binary number to decimal number
Platform: | Size: 123904 | Author: 肖宇锋 | Hits:

[OtherIEEE_754_Floating_Point_Conversion_from_32_bit_He

Description: conversion From 32-bit Hexadecimal Representation To Decimal Floating-Point Along with the Equivalent 64-bit Hexadecimal and Binary Patterns
Platform: | Size: 8192 | Author: DK | Hits:

[assembly languageshizhijisuan

Description: 设计数值计算及显示系统,程序运行要有显示界面。提示系统所使用的方法,若输入字符不是“1”,“Q”时提示输入错误,请重新输入。可以用英文或汉语拼音显示界面。 设计要求如下: 1.按“1”,本程序能从键盘读入二个五位十进制数(1为符号+4位数位),并将这个十进制数分别转换位二进制数。然后求其和再将和以十进制数形式进行显示 2.按“Q”键,退出。 -Design of numerical calculation and display systems, display interface should be run. Tip of the methods used by the system, if the input character is not " 1" , " Q" when prompted to enter an error, please re-enter. Can display in English or Pinyin. Design requirements are as follows: 1. Press " 1" , the program read from the keyboard into two five decimal number (1 for the symbol-digit+4 bit), and the number of decimal places, respectively, binary number conversion. And then seek and then and show the form of a decimal number 2. By " Q" button, exit.
Platform: | Size: 2048 | Author: Excell889 | Hits:

[assembly languagehuibian

Description: 设计一个字母或数制之间的转化程序,小写字母向大写字母的转,大写字母向小写字母的转换,二进制数向十六进制数的转换,十六进制数向二进制数的转换,十六进制数向十进制数的转换。-The design of a letter or number system transformation between the procedures, lowercase letters to uppercase letters of transfer, capital letters to lowercase letters of the conversion, the binary number to hexadecimal number conversion, the hexadecimal number to binary conversion, hexadecimal number to decimal number conversion.
Platform: | Size: 27648 | Author: | Hits:

[Windows DevelopBin_Dec_Conversion

Description: 这两个程序用来实现二进制和十进制之间的转化,方便,使用。-The two procedures used to achieve the conversion between binary and decimal, convenient to use.
Platform: | Size: 9216 | Author: Nagat | Hits:

[Otherconvert

Description: 用于十进制转换成二进制及二进制转换成十进制,快速、实用。-Is used to convert binary and decimal convert binary decimal, fast and practical.
Platform: | Size: 167936 | Author: delphi | Hits:

[GUI Developcalculater

Description: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 -1, binary, octal, decimal, and hexadecimal number of add, subtract, multiply, divide, involution, modulus and other simple calculation 2, scientific computing functions, including the (anti-) sine, (anti-) cosine, (anti-) tangent, (anti-) cotangent, administration, index function is to run
Platform: | Size: 3837952 | Author: Forrest | Hits:

[OthererjinzhiBinary

Description: 二进制转换的小程序,将一个十进制数转换为二进制,采用递归的算法,比较简单。-A small binary conversion program will convert a decimal number to binary, using the recursive algorithm is relatively simple.
Platform: | Size: 357376 | Author: 龙哥 | Hits:

[JSP/JavaBinaryToDecimalConverter.java

Description: this program is used to convert a a 4 digit binary number to its decimal equivalent, library methods are not used. Also error checking is taken care .-this program is used to convert a a 4 digit binary number to its decimal equivalent, library methods are not used. Also error checking is taken care .
Platform: | Size: 1024 | Author: stallio | Hits:

[assembly languageMASM

Description: 要求把从键盘输入的0~FFFFH的十六进制正数转换为十进制数并在屏幕上显示出来。程序主要由十六进制转换二进制、二进制转换十进制两个子程序组成,可将主程序和子程序放在同一程序模块中,在子程序中省略对寄存器的保护和恢复工作,子程序之间的参数传送则采用寄存器传送方式-Demanded from the keyboard input 0 ~ FFFFH hexadecimal number is converted to a decimal number and displayed on the screen. Mainly by the hex conversion program binary, binary conversion decimal composed of two subroutines can be on the same main program and subroutine program modules, in the subroutine is omitted on the register in the protection and recovery efforts, among subroutines parameters of transmission transmission mode is applied Register
Platform: | Size: 30720 | Author: 张陆军 | Hits:

[Mathimatics-Numerical algorithmsAyshaDS

Description: this programs are simple datstructure programs for decimal to binary and etc-this programs are simple datstructure programs for decimal to binary and etc
Platform: | Size: 1024 | Author: omer | Hits:

[Other101to123456789liushinichi

Description: 将二进制数字转换为十进制,再将十进制数字转换为二进制-The binary number is converted to decimal, and then converted to a binary decimal number
Platform: | Size: 8192 | Author: liushinichi | Hits:

[Mathimatics-Numerical algorithmsdectobin

Description: matlab实现任意十进制和二进制的转换-matlab to achieve arbitrary decimal and binary conversion
Platform: | Size: 1024 | Author: 张惠 | Hits:

[Otherbinarytranfer

Description: 随机数,二进制转十进制,十进制转十六进制-Random numbers, binary switch to decimal, decimal, hexadecimal switch
Platform: | Size: 9216 | Author: rainy | Hits:

[OtherVCjisuanqi

Description: 设计一个计算机器,要准备以下几个功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因 -Design of a computer device, to prepare for the following functions: 1, binary, octal, decimal, and hexadecimal number of add, subtract, multiply, divide, involution, modulus and other simple calculation 2, scientific computing functions, including ( Anti-) sinusoidal, (anti-) cosine, (anti-) tangent, (anti-) cotangent, administration, index function is to run 3 to angle, radians are two ways to achieve the above part of the function 4, with history of computing memory function 5, that do not correct the error expression can point out the reasons for its
Platform: | Size: 5330944 | Author: 李日明 | Hits:

[Mathimatics-Numerical algorithmsshijinzhitoejinzhi

Description: 汇编语言:将十进制转换为二进制,然后将二进制转换为十六进制。如:输入1,输出0001-Assembly Language: The decimal to binary, and then convert the binary to hexadecimal. Such as: input 1, output 0001
Platform: | Size: 1024 | Author: 邓锡海 | Hits:

[Windows Developconvert

Description: 高效率的使用VC++ 将2,8,16进制转成10进制-vc++ binary octal and hex convert to decimal
Platform: | Size: 1024 | Author: 胡松 | Hits:

[assembly languageDecimal-conversion

Description: 从键盘输入两位无符号十进制二位数,转换为二进制转和十六进制并输出-Input from the keyboard two unsigned decimal 2 digits, converted to binary and hexadecimal switch and output
Platform: | Size: 1024 | Author: tiger | Hits:

[Otherfile2

Description: this code converts a binary number to decimal
Platform: | Size: 9216 | Author: mahita | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »

CodeBus www.codebus.net